home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Bus / A / 4dSample.cpt / Proc.Ext.rsrc / 4DTE_15067 < prev    next >
Encoding:
Text File  |  1988-03-14  |  335 b   |  5 lines

  1. YesNo(Expr;Var)
  2.    Expr is an alphanumeric expression
  3.    Var is a numeric variable
  4.  
  5. YesNo displays a dialog with the message specified by Expr. There are 3 buttons in the dialog : Yes, No and Cancel. If the user clicks in Yes, Var is equal to 1, if the user clicks in No, it is eqal to 0, if the user clicks in Cancel it is equal to 2.